func sync.loadPoolChainElt

4 uses

	sync (current package)
		poolqueue.go#L224: func loadPoolChainElt(pp **poolChainElt) *poolChainElt {
		poolqueue.go#L266: 		d = loadPoolChainElt(&d.prev)
		poolqueue.go#L272: 	d := loadPoolChainElt(&c.tail)
		poolqueue.go#L284: 		d2 := loadPoolChainElt(&d.next)